service.playSoundScroll()
require "import"
import "android.content.*"
import "android.os.Vibrator"
v=function()
local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)
if vibrator.hasVibrator() then
vibrator.vibrate(200)
end
return true
end
if service.click({{
"%v$200",
"%Bară de notificări>11$1200",
"<#expandableNotificationRow$30",
"%la sfârșit",
"Eliminare*|*toate notificările*>11$1100",
"%Înapoi",
}
})
return true
end

return true